home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 21
/
AACD 21.iso
/
AACD
/
Utilities
/
Ghostscript
/
lib
/
printafm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-12-05
|
206 b
|
8 lines
#!/bin/sh
# $Id: printafm,v 1.1 2000/03/09 08:40:40 lpd Exp $
# Print the metrics from a font in AFM format. Usage:
# printafm fontname
# Output goes to stdout.
exec gs -q -dNODISPLAY -- printafm.ps "$@"